home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="utf-8"?> <effect label="Denoiser render effect"> <description> Noise reduction effect. This effect is not intended to be used directly but it is the main component of the Denoiser Auto Effect. </description> <scale type="power2"/> <property name="NoiseLevelLuminance" type="float" default="1" label="Noise Level (Luminance)"> <range min="0.0" max="20.0"/> <comments> Modulates the noise amount used to calculate denoising statistics. A value of 1 means that the denoiser takes the estimated noise level exactly with no modification. This property is for the Luminance noise level. </comments> </property> <property name="NoiseLevelChrominance" type="float" default="1" label="Noise Level (Chrominance)"> <range min="0.0" max="20.0"/> <comments> Same than NoiseLevelLuminance but for Chrominance noise. </comments> </property> <property name="CoarseNoiseLevelLuminance" type="float" default="1" label="Coarse Noise Level (Luminance)"> <range min="0.0" max="20.0"/> <comments> Modulates the coarse noise correction amount used to calculate denoising statistics. A value of 1 means that the denoiser takes the estimated noise level exactly with no modification. This property is for the Luminance noise level. </comments> </property> <property name="CoarseNoiseLevelChrominance" type="float" default="1" label="Coarse Noise Level (Chrominance)"> <range min="0.0" max="20.0"/> <comments> Same than CoarseNoiseLevelLuminance but for Chrominance. </comments> </property> <property name="DenoiserQuality" type="int" default="0" label="Quality"> <choice>Normal</choice> <choice>Fast</choice> <choice>High</choice> </property> <property name="CalculateEstimatorModel" private="1" type="bool" default="false" label="CalculateEstimatorModel"> <comments> Forces DenoiserRenderEffect to recalculate the estimator model when set from false to true </comments> </property> <property name="NoiseWaveletModel0" type="custom" private="1"> <comments> Pointer to noise model for channel 0 </comments> </property> <property name="NoiseWaveletModel1" type="custom" private="1"> <comments> Pointer to noise model for channel 1 </comments> </property> <property name="NoiseWaveletModel2" type="custom" private="1"> <comments> Pointer to noise model for channel 2 </comments> </property> <property name="SignalStatistics0" type="custom" private="1"> <comments> Pointer to signal statistics for channel 0 </comments> </property> <property name="SignalStatistics1" type="custom" private="1"> <comments> Pointer to signal statistics for channel 0 </comments> </property> <property name="SignalStatistics2" type="custom" private="1"> <comments> Pointer to signal statistics for channel 0 </comments> </property> <property name="UseLocalBandNeighborhoodLuminance" type="bool" default="true" label="UseLocalBandNeighborhoodLuminance"> <comments> Specifies if the denoiser multivariate model should take into account the local neighborhood in the wavelet subband under consideration. </comments> </property> <property name="UseLocalBandNeighborhoodChrominance" type="bool" default="true" label="UseLocalBandNeighborhoodChrominance"> <comments> Same than UseLocalBandNeighborhoodLuminance but for chrominance denoising. </comments> </property> <property name="UseParentBandNeighborhoodMaxLevelLuminance" type="int" default="2" label="UseParentBandNeighborhoodMaxLevelLuminance"> <range min="0" max="3"/> <comments> Specifies the maximum level up to which the denoiser multivariate model should take into account the wavelet parent coefficient in the subband under consideration. </comments> </property> <property name="UseParentBandNeighborhoodMaxLevelChrominance" type="int" default="2" label="UseParentBandNeighborhoodMaxLevelChrominance"> <range min="0" max="3"/> <comments> Same than UseParentBandNeighborhoodMaxLevelLuminance but for chrominance denoising. </comments> </property> <property name="EstimatorSubbandLevelCountLuminance" type="int" default="4" label="EstimatorSubbandLevelCountLuminance"> <range min="0" max="4"/> <comments> Specifies the maximum level up to which the denoiser may use the fast estimator model. </comments> </property> <property name="EstimatorSubbandLevelCountChrominance" type="int" default="4" label="EstimatorSubbandLevelCountChrominance"> <range min="0" max="4"/> <comments> Same than EstimatorSubbandLevelCountLuminance but for chrominance denoising. </comments> </property> <property name="NoiseReductionAmountLuminance" type="float" default="1" label="Noise Reduction Amount (Luminance)"> <range min="0.0" max="2.0"/> <comments> Specifies the amount of noise reduction to apply. This works exactly like a blend between the original image and the denoised image. A value of 1 means that the effect outputs 100% of the denoised image and 0% of the original image. This property is for the Luminance correction. (Software only) </comments> </property> <property name="NoiseReductionAmountChrominance" type="float" default="1" label="Noise Reduction Amount (Chrominance)"> <range min="0.0" max="2.0"/> <comments> Same than NoiseReductionAmountLuminance but for Chrominance. (Software only) </comments> </property> </effect>